home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 10C (1986-10-22)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 10C (1986-10-22)(Pacific North-West Amigas Club)[WB].adf / ptedem.arc / ptesimpl.def < prev    next >
Text File  |  1986-10-16  |  2KB  |  68 lines

  1.  
  2. def f1          = [undo]
  3. def f2          = [execute] 'save'
  4. def f3          = [execute] 'file'
  5. def f4          = [execute] 'quit'
  6. def f5          = [begin line] [erase end line]
  7. def f6          = [erase end line]
  8. def f7          = [delete line]
  9. def f8          = [next file]
  10. def f9          = [previous command]
  11. def f10         = [insert line]
  12.  
  13. def s-f6        = [erase begin line]
  14. def s-f8        = [previous file]
  15. def s-f9        = [next command]
  16.  
  17. def a-f5        = [separator]
  18.  
  19. def c-f1        = [confirm]
  20.  
  21. def tab         = [tab]
  22. def esc         = [command toggle]
  23. def delete      = [delete character]
  24. def backspace   = [backspace]
  25. def c-backspace = [rubout]
  26.  
  27. def c-return    = [execute]
  28. def return      = [first nonblank] [down]
  29.  
  30. def a-left      = [begin line]
  31. def a-right     = [end line]
  32. def c-left      = [backtab word]
  33. def c-right     = [tab word]
  34. def down        = [down]
  35. def left        = [left]
  36. def right       = [right]
  37. def s-down      = [page down]
  38. def s-tab       = [backtab]
  39. def s-up        = [page up]
  40. def up          = [up]
  41.  
  42. def a-a         = [unmark] [mark line] [copy mark] [unmark]
  43. def a-b         = [mark block]
  44. def a-c         = [mark character]
  45. def a-d         = [delete mark]
  46. def a-e         = [end mark]
  47. def a-f         = [fill mark]
  48. def a-h         = [unanchor]
  49. def a-i         = [execute key @a-w] [lowercase] [unmark]
  50. def a-j         = [join]
  51. def a-k         = [execute key @a-w] [uppercase] [unmark]
  52. def a-l         = [mark line]
  53. def a-m         = [move mark]
  54. def a-n         = [center line 10]
  55. def a-o         = [overlay block]
  56. def a-p         = [reflow]
  57. def a-q         = [command cursor] [delete line] 'fill\0' [import mark] [execute]
  58. def a-r         = [re-mark]
  59. def a-s         = [split]
  60. def a-t         = [transfer block]
  61. def a-u         = [unmark]
  62. def a-v         = [execute key @a-w] [lowercase] [begin mark] [unmark] [mark character] [uppercase] [unmark] [tab word]
  63. def a-w         = [unmark] [backtab word] [mark character] [tab character] [left] [mark character] [right]
  64. def a-x         =
  65. def a-y         = [begin mark]
  66. def a-z         = [copy mark]
  67.  
  68.